home *** CD-ROM | disk | FTP | other *** search
- Path: bing.ncw.net!arbuckle
- From: arbuckle@ncw.net (Kit Arbuckle)
- Newsgroups: comp.lang.c++
- Subject: Q: 1 bit data type?
- Date: 18 Feb 1996 04:22:39 GMT
- Organization: North Central Washington Network
- Message-ID: <4g69if$edt@golden.ncw.net>
- NNTP-Posting-Host: bing.ncw.net
- X-Newsreader: TIN [version 1.2 PL2]
-
- Does anyone know how to set up a data type that contains only one
- bit in BC452? I am currently using chars, but that is an awful waste of
- space to store a boolean value. I know I could use masking or shifting of
- bits, but this would be simpler. Thanks in advance...
-